﻿@charset "utf-8";]
/*--------------------------------------------------------*/
/*					全站通用样式
/*--------------------------------------------------------*/
body,html{font-size:14px;margin:0; line-height:20px; padding:0; font-family:"微软雅黑";width:100%; color:#666666; background:#f2f2f2;}
a{color:#333333; text-decoration:none; font-family:"微软雅黑";}/* 设置超级链接的颜色，不需要下划线  */
a:hover{text-decoration:underline;}/* 鼠标经过样式  */
img{border:0;}/* 图片默认不需要边框  */
/*--------------------------------------------------------*/
/*					常用样式表
/*--------------------------------------------------------*/
.clear{clear:both;}
.imgborder{padding:1px; border:solid 1px #ccc;}
.hong{color:#FF0000;}
.time{
	color:#a5a5a5;
	position:absolute;
	/*--对应position:relative;--*/
	width:auto;
	overflow:hidden;
	right:5px;
	top:0px;
	height:25px;
	}
.time2{
	color:#a5a5a5;
	position:absolute;
	/*--对应position:relative;--*/
	width:auto;
	overflow:hidden;
	right:5px;
	top:0px;
	height:25px;
	padding:7px 0;
	}
.more{
	position:absolute;
	/*--对应 position:relative;--*/
	width:auto;
	overflow:hidden;
	right:10px;
	top:8px;
	height:26px;
	}
.dqwz{
	color:#9e3a00;
	position:absolute;
	width:auto;
	right:107px;
	top:4px;
	font-weight:normal;
	font-size:12px;
	}
.dqwz a{
	color:#9e3a00;
	}

/*--------------------------------------------------------*/
/*					内容样式
/*--------------------------------------------------------*/
.content{text-justify:inter-ideograph; text-align:justify; font-family:"微软雅黑"; padding:10px;}
.content h1{font-size:24px; padding:20px 0; margin:10px 0 5px 0; text-align:center; border-bottom: solid 2px #CCCCCC; color:#00828a;}
.content h2{font-size:14px; padding:0 0 0 23px; margin:10px 0 5px 0; background:url(h2_bg.jpg) no-repeat; line-height:30px; height:26px; color:#00828a;}
.content h3{font-size:16px; padding:0 0 0 30px; margin:10px 0; font-family:"微软雅黑"; font-weight:bolder; color:#f22f8b;}
.content h4{font-size:16px; padding:0 0 0 30px; margin:10px 0; font-family:"微软雅黑"; font-weight:bolder; color:#f22f8b; border-bottom:1px  #F0F0F0 dashed;}
.content div{margin:10px 10px; padding:0; font-size:14px; color:#666;}
.content div img{padding:1px; text-align:center;}
/*--------------------------------------------------------*/
/*					树型分类列表样式
/*--------------------------------------------------------*/
#classlist div{
	font-size:12px;
	font-weight:bold;
	color:#1271c1;
	line-height:20px;
	padding:0 0 0 0px;
	text-decoration:none;
	overflow:hidden;
	width:198px;
	text-align:left;
	}
#classlist div a{color:#1271c1; float:left; width:190px; border-bottom:solid 1px #ccc; padding:0 0 0 10px;}
.ClassDepth1 {
	background:url(../images/d_2.jpg) no-repeat 0px 5px!important;
	padding:0;
	margin:5px;
	}
.ClassDepth1 div{
	background:url(../images/d_3.gif) no-repeat 10px 7px!important;
	padding:0 0 0 20px!important;
	margin:5px 0;
	width:200px!important;
	float:left!important;
	font-weight:normal!important;
	color:#666!important;
	}
.ClassDepth1 div a{
	float:none!important;
	width:auto!important;
	border:none!important;
	padding:0!important;
	color:#666666!important;
	}
/*--------------------------------------------------------*/
/*					分页
/*--------------------------------------------------------*/
#PageStyle{text-align:center;font-size:16px; font-family:微软雅黑;}
#PageStyle .Current{background:#00828a; color:#FFFFFF; padding:5px 15px; font-size:16px;} /* 当前页码样式 */
/*--------------------------------------------------------*/
/*					文章列表
/*--------------------------------------------------------*/
#articleList{margin:0 10px 0 10px;	list-style-type: none;}
#articleList li {margin:0px; border-bottom:dotted 1px #e9e9e9;	padding-left: 20px;	background: url(../images/d.gif) no-repeat;}
/*--------------------------------------------------------*/
/*					图片列表
/*--------------------------------------------------------*/
#image{margin:0;list-style-type: none; width:none;}
#image li{list-style-type: none;	width: 102px; float: left; margin:0 5px 0 4px;}
#image img{margin: 5px;float: left;}
